home *** CD-ROM | disk | FTP | other *** search
- /* ================
- * PedCommandNew.cc
- * ================
- */
-
- #include "PedestalDebugging.h"
-
- #include "Ped1ObjectDeity.hh"
- #include "PedCommandNew.hh"
- //#include "PedApplication.hh"
- #include "PedAgent.hh"
-
- void
- PedCommandNew::Execute()
- {
- PedAgent *agent;
-
- agent = gOD->CreateWindowAgent();
- agent->OpenWindow();
- // In this example we're not retaining our agent object, because opening
- // the window takes care of that.
- }
-